Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.java.swing.text.DefaultStyledDocument.ElementBuffer
Warning: serialized objects of this class will not be compatible with future swing releases. The current serialization support is appropriate for short term storage or RMI between Swing1.0 applications. It will not be possible to load serialized Swing1.0 objects with future releases of Swing. The JDK1.2 release of Swing will be the compatibility baseline for the serialized form of Swing objects.
Constructor Summary | |
DefaultStyledDocument.ElementBuffer(DefaultStyledDocument this$0,
Element root)
Creates a new ElementBuffer. |
Method Summary | |
void | change(int offset,
int length,
AbstractDocument.DefaultDocumentEvent de)
Changes content. |
void | changeUpdate()
Updates the element structure in response to a change in the document. |
Element | clone(Element parent,
Element clonee)
Creates a copy of this element, with a different parent. |
Element | getRootElement()
Gets the root element. |
void | insert(int offset,
int length,
DefaultStyledDocument.ElementSpec[] data,
AbstractDocument.DefaultDocumentEvent de)
Inserts new content. |
void | insertUpdate(DefaultStyledDocument.ElementSpec[] data)
Inserts an update into the document. |
void | remove(int offset,
int length,
AbstractDocument.DefaultDocumentEvent de)
Removes content. |
void | removeUpdate()
Updates the element structure in response to a removal from the associated sequence in the document. |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
public DefaultStyledDocument.ElementBuffer(DefaultStyledDocument this$0, Element root)
root
- the root elementMethod Detail |
public Element getRootElement()
public final void insert(int offset, int length, DefaultStyledDocument.ElementSpec[] data, AbstractDocument.DefaultDocumentEvent de)
offset
- the starting offset >= 0
length
- the length >= 0
data
- the data to insert
de
- the event capturing this editpublic final void remove(int offset, int length, AbstractDocument.DefaultDocumentEvent de)
offset
- the starting offset >= 0
length
- the length >= 0
de
- the event capturing this editpublic final void change(int offset, int length, AbstractDocument.DefaultDocumentEvent de)
offset
- the starting offset >= 0
length
- the length >= 0
de
- the event capturing this editprotected void insertUpdate(DefaultStyledDocument.ElementSpec[] data)
data
- the elements to insertprotected void removeUpdate()
protected void changeUpdate()
public Element clone(Element parent, Element clonee)
parent
- the parent element
clonee
- the element to be clonedOverview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |